home *** CD-ROM | disk | FTP | other *** search
- @echo off
- CLS
- echo SoftCopy INSTALLATION SETUP
- break=on
- goto _begin
-
- :_begin
-
- cls
- echo
- echo ┌───────────────────────────────────────────────────┐
- echo │ Menu for INSTALLING selected programs │
- echo │ Digital Business Cards JSMITH1041@AOL.COMM JAN-74 │
- echo └───────────────────────────────────────────────────┘
- echo
- echo ╔═════════════════════════════════════════════════════════════╗
- echo ╟ Select your choice Once installed goto DCARDS dir and ║
- echo ╟ type DIGITAL to run program. ║
- echo ╟ 0. QUIT and EXIT. ║
- echo ╟ 1. Press 1 to install on drive C:\ ║
- echo ╟ 2. Press 2 to install on drive D:\ ║
- echo ╟ 3. Press 3 to install on drive E:\ ║
- echo ╟ 4. Press 4 to install on drive F:\ ║
- echo ╟ 5. Press 5 to install on drive G:\ ║
- echo ╚═════════════════════════════════════════════════════════════╝
- echo
- @echo off
-
- set=_found=no
- if exist ask.exe set _found=yes
- if "%_found%"=="no" goto _err3
-
- ask Select program number to run: /d
-
- if errorlevel==48 if not errorlevel 49==goto exit
- if errorlevel==49 if not errorlevel 50==Goto on
- if errorlevel==50 if not errorlevel 51==goto tw
- if errorlevel==51 if not errorlevel 52==goto th
- if errorlevel==52 if not errorlevel 53==goto fo
- if errorlevel==53 if not errorlevel 54==goto fi
-
- :_again
- ask Select from the menu again (y/n)? /u /d
- if errorlevel==89 if not errorlevel==90 goto _begin
- if errorlevel==78 if not errorlevel==79 goto _out
- echo
- goto _again
-
- :_err2
- echo
- goto _again
-
- :_err3
- echo
- echo You must have ask.exe at your path (or the current directory)
- goto _out
-
- :on
- one.bat
- goto _out
-
- :tw
- two.bat
- goto _out
-
- :th
- three.bat
- goto _out
-
- :fo
- four.bat
- goto _out
-
- :fi
- five.bat
- goto _out
-
- :exit
- prompt $p$g
-
- :_out
- prompt $p$g
-